projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a88a537
)
(Fwhere_is_internal): Last minute typo.
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 10 Sep 2009 16:47:47 +0000
(16:47 +0000)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Thu, 10 Sep 2009 16:47:47 +0000
(16:47 +0000)
src/keymap.c
patch
|
blob
|
history
diff --git
a/src/keymap.c
b/src/keymap.c
index 111352c7f8ac455e77db9d74779f974b2ba2c152..4ffb071272cf09906a55d2f933e60b0cfb7219fe 100644
(file)
--- a/
src/keymap.c
+++ b/
src/keymap.c
@@
-2804,7
+2804,7
@@
remapped command in the returned list. */)
/* The keymaps in which to search. */
Lisp_Object keymaps;
/* Potentially relevant bindings in "shortest to longest" order. */
- Lisp_Object sequences = Qnil
,
+ Lisp_Object sequences = Qnil
;
/* Actually relevant bindings. */
Lisp_Object found = Qnil;
/* 1 means ignore all menu bindings entirely. */